ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / FlexGridGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(FlexGridBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
the specified flexgrid builder.
the specified flexgridgrouppanel builder
The specified selector for the FlexGridGroupPanel's host element.

In This Topic
    ShowGroupPanel<T>(FlexGridBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
    In This Topic
    Apply the FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T), _
       ByVal gridGroupPanelBuilder As Action(Of FlexGridGroupPanelBuilder(Of T)), _
       Optional ByVal selector As String _
    ) As FlexGridBuilder(Of T)
    [Extension()]
    public static FlexGridBuilder<T> ShowGroupPanel<T>( 
       FlexGridBuilder<T> gridBuilder,
       Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder,
       string selector
    )

    Parameters

    gridBuilder
    the specified flexgrid builder.
    gridGroupPanelBuilder
    the specified flexgridgrouppanel builder
    selector
    The specified selector for the FlexGridGroupPanel's host element.

    Type Parameters

    T
    See Also